Libraries
»
httpx
(1.5.0)
»
Index
»
HTTPX
»
Parser
»
HTTP1
»
#<<
Method: HTTPX::Parser::HTTP1#<<
Defined in:
lib/httpx/parser/http1.rb
#
<<
(chunk) ⇒
Object
19 20 21 22
# File 'lib/httpx/parser/http1.rb', line 19
def
<<
(
chunk
)
@buffer
<<
chunk
parse
end